速報APP / 家庭 / Simple Turtle - Kids Coding & Drawing Ap

Simple Turtle - Kids Coding & Drawing Ap

價格:免費

更新日期:2019-06-12

檔案大小:2.0M

目前版本:1.41

版本需求:Android 4.0 以上版本

官方網站:http://www.gazzapper.com

Email:gary@gazzapper.com

聯絡地址:Gazzapper Games 57 Lower Gardiner Street, Dublin 1 Ireland

Simple Turtle - Kids Coding & Drawing App (STEM)(圖1)-速報App

Learn to code with the Simple Turtle app, create simple coding programs with Turtle LOGO commands to control your Turtle and draw fun images and designs!! Learn Basic coding of LOGO and have fun. This is a Free Coding App! No adverts.

- Simple Loops and Nested Loops.

- Create great patterns and designs using code.

Great educational STEM app for teaching coding to kids, using the Point and Click commands. Useful for your school Logo exams or school STEM events. Ideal for early computing students.

Follows close to the MIT Logo standard

Step 1. Press Commands on right side, press number values on left

e.g.

Simple Turtle - Kids Coding & Drawing App (STEM)(圖2)-速報App

FD 50

LF 35

NEW! Nested REPEAT loops - up to 3 levels.

e.g. Nesting

REPEAT 4

FD 90

RT 90

Simple Turtle - Kids Coding & Drawing App (STEM)(圖3)-速報App

REPEAT 4

FD 40

RT 90

END

END

Step 2. Then Hit '< ADD COMMANDS' to add the current bottom line of code to your program listing shown on the left of the screen.

(repeat 1 & 2 to add more lines to your program)

Simple Turtle - Kids Coding & Drawing App (STEM)(圖4)-速報App

Step 3. Hit 'Click to Run' to draw using your code

Remember to hit 'Click to RUN' when you want to execute your commands

New since version 1.14 - Added DRAW MODE to toggle moving Turtle after each single line of commands. Some users seem to expect this so I have added it.

Hit DRAWMODE and then the "< ADD COMMANDS" to activate - do same again to deactivate.

Best turtle app for educational use with Tablets. Fun activity coding app for STEM and helping kids to learn to code.

Tap on code commands on the right and then the number values on the left, then tap 'Add Commands' after a line of commands is ready. Then press DELETE to reset line etc.

NOTE: Pressing DELETE on an empty line deletes your program on the left.

Simple Turtle - Kids Coding & Drawing App (STEM)(圖5)-速報App

Example of Computer Programming with Logo:

PEN 1

REPEAT 5

FD 10

LT 30

BK 5

LT 20

Simple Turtle - Kids Coding & Drawing App (STEM)(圖6)-速報App

FD 20

END

Programming / Code Commands:

FD x = Forward Turtle x pixels

BK x = Backward x pixels

RT x = Right Turn Turtle by x degrees

LT x = Left Turn Turtle by x degrees

Simple Turtle - Kids Coding & Drawing App (STEM)(圖7)-速報App

PU = Pen Up (Do not draw while moving)

PD = Pen Down (Draw as normal)

REPEAT x = Creates a loop to run x times which runs any commands within the loop. Place END when closing loop.

END = Closes a REPEAT loop. (Loops can be nested)

PEN x = Color of pen (0 - 7)

ENTER COMMAND = Adds current line to Actions List

DRAWMODE = Toggles Turtle movement to be Instant OR to wait for Run command.

Simple Turtle - Kids Coding & Drawing App (STEM)(圖8)-速報App

CLEAR / CL = Clears the command line first, then the Action list.

RESET = Clears commands and resets your Turtle

QUIT = Exits the program

(Check out our fun ZX Code Club book on Amz for more Coding Activities in BASIC!)

Twitter: @ZXSpectrum_Club

Simple Turtle - Kids Coding & Drawing App (STEM)(圖9)-速報App